@import url('https://fonts.googleapis.com/css2?family=Basic&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Radio+Canada:ital,wdth,wght@0,75..100,300..700;1,75..100,300..700&display=swap');

body,
html {
  min-width: 100%;
  min-height: 100%;
  min-width: 375px;
  height: auto;
  position: relative;
}

.post-x-sell-dialog {
  top: 50% !important;
  left: 50% !important;
  height: 340px !important;
  width: 600px !important;
  background: #fff;
  overflow: visible;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.post-x-sell-dialog {
  /* min-height: 340px; */
  height: auto !important;
}

.post-x-sell-dialog-bg {
  background: #181E30 !important;
  opacity: 0.9 !important;
}

div.post-x-sell-dialog,
div.post-x-sell-dialog * {
  color: #000;
}

div.post-x-sell-dialog * em {
  font-weight: 700;
}

.Postsale-content {
  padding-top: 20px;
}

.content-wr {
  padding: 40px 30px 30px
}

div.post-x-sell-dialog {
  position: fixed;
  top: 45% !important;
  width: 800px !important;
  box-shadow: 15px 15px 30px #000000a8;
  box-sizing: border-box;
}

div.post-x-sell-dialog .left {
  font-weight: 600;
}

div.post-x-sell-dialog-content>div {
  width: auto !important;
  margin-top: 0 !important;
}

.Postsale-product h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.Postsale-product p {
  font-size: 15px;
}

.Postsale .Postsale-Label {
  height: 32px;
  width: 100%;
  display: block;
  background: none;
  margin: -20px 0 5px 3px;
}

.Postsale-Label:before {
  position: absolute;
  content: "";
  background: url('https://members.upclick.com/main/Publishers/1017820/Designer/Avanquest USA_post-sell-test/burst-AQ.png') no-repeat;
  width: 255px;
  height: 70px;
  padding: 5px 22px;
  border-radius: 25px 0px;
  left: -27px;
  top: -26px;
  background-size: contain;
}

.Postsale-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.product-wr {
  display: flex;
  max-width: 50%;
  width: 100%;
  gap: 20px;
  position: relative;
  align-items: center;
}

.Postsale-content .postsale-image img {
  width: 124px;
}

.Postsale-content .postsale-image {
  flex-basis: 124px;
  height: 124px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 15px;
}

.Postsale-content .postsale-image:before {
  position: absolute;
  content: '';
  width: 124px;
  height: 124px;
  background: url('https://members.upclick.com/main/Publishers/1017820/Designer/Avanquest USA_post-sell-test/post-sell-imagebox.png') no-repeat;
  left: 10px;
  top: 0;
  background-size: contain;
}

li.list-item {
  position: relative;
  font-size: 14px;
  color: #000000;
  padding-right: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  text-transform: capitalize;
}

li.list-item:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #0183bd;
  top: 5px;
  left: -14px;
  border-radius: 50%;
}

.postsale-image img {
  visibility: hidden;
}

.btn-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background: #000;
}

div.accept a[name="acceptsale"] {
  font-size: 18px !important;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700 !important;
  background: rgb(0, 99, 143);
  background: -moz-linear-gradient(0deg, rgba(0, 99, 143, 1) 0%, rgba(6, 152, 217, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 99, 143, 1) 0%, rgba(6, 152, 217, 1) 100%);
  background: linear-gradient(0deg, rgba(0, 99, 143, 1) 0%, rgba(6, 152, 217, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00638f", endColorstr="#0698d9", GradientType=1);
  border-radius: 5px;
  border: none;
  padding: 25px;
  height: auto;
  position: relative !important;
  left: auto !important;
  letter-spacing: 0.7px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 220px;
  max-width: 253px;
}

div div.accept a[name="acceptsale"]:hover {
  transition: all 0.3s linear;
  opacity: .8;
}

div.refuse a[name="refusesale"] {
  color: #fff;
  font-size: 16px;
}

div div.refuse a[name="refusesale"]:hover {
  opacity: .8;
}

.pricebox .right strike {
  color: #888888;
  font-weight: 300;
}


.Postsale-Content-ProductDescription span.ShoppingCart-Item-ProductDescription-Automated {
  display: block;
  padding-top: 5px;
}

.Postsale-Footer-Decline a {
  padding: 0 12px 3px 24px;
}

div.post-x-sell-dialog .ShoppingCart-Item-ProductDescription-Details {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #000000;
}

.postsale-description .pricebox {
  background: #F5F6FA;
  border-radius: 3px;
  padding: 10px 11px 2px 11px;
  margin-top: 10px;
  overflow: hidden;
  border: .5px #dcdcdc solid;
}

.pricebox .right {
  text-align: right;
}

div.post-x-sell-dialog .tip {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 24px 0;
  display: inline-block;
}

.Postsale .Postsale-Content-ProductImageBackground {
  box-sizing: content-box;
}

p.subscription {
  width: calc(100% - 163px);
}

p.subscription label {
  padding: 0 0 5px 20px;
  display: block;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.pricebox .green {
  color: #0183bd;
  font-size: 14px;
  font-weight: 600;
}

.right.bl strike {
  color: #000;
  font-weight: 600;
}

.pricebox-wr {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px;
  align-items: flex-end;
}


@media (max-width: 1023px) {
  .popup_term {
    box-sizing: border-box;
    height: auto;
    max-width: 90%;
    line-height: 1.2;
    font-size: 15px;
  }
}

@media (max-width: 700px) and (min-width: 425px) {
  .post-x-sell-dialog-content input+div {
    width: auto !important;
  }
}

@media (max-width: 830px) {
  div.post-x-sell-dialog {
    width: 680px !important;
  }

}

@media (max-width: 768px) {
  div.Postsale-content {
    flex-direction: column;
  }

  .product-wr {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  div.post-x-sell-dialog {
    width: 85% !important;
  }

  body.Checkout>div.post-x-sell-dialog {
    top: 7% !important;
    left: 7% !important;
    transform: none !important;
    position: fixed;
  }

  .post-x-sell-dialog-content .Postsale-Content {
    height: auto;
  }

  .post-x-sell-dialog-content input+div {
    width: auto !important;
  }

  .post-x-sell-dialog-content .green {
    font-size: 18px;
  }

  div.btn-wrap {
    justify-content: center;
  }

  .Postsale .Postsale-Content-ProductImageBackground {
    float: none;
    margin: 0 auto;
  }

  .webbadYellow h3.webbadWarning,
  .webbadRed h3.webbadWarning {
    min-width: 232px;
  }

  div.Postsale .Postsale-Product {
    float: left;
    width: 100%;
  }

  div.Postsale {
    width: auto !important;
  }

  .Postsale-Footer {
    position: relative;
  }

  div.post-x-sell-dialog .ShoppingCart-Item-ProductDescription-Details {
    margin-left: 0;
  }

  .webbadYellow h3.webbadWarning,
  .webbadRed h3.webbadWarning {
    min-width: 232px;
    box-sizing: border-box;
  }

  div.webbadRed {
    background: none;
  }
}

@media (max-width: 630px) {
  .post-x-sell-dialog {
    width: 80% !important;
  }

  .post-x-sell-dialog-content .col-twothirds,
  .post-x-sell-dialog-content .col-onethird {
    width: 100%;
  }

  .btn-floats a {
    position: initial;
    right: 25px !important;
    left: auto !important;
    text-align: left !important;
  }

  div .btn-floats {
    width: 561px;
    height: 40px !important;
  }

  div.webbadRedTopleft {
    background-color: #ffcfcd;
    border-radius: 5px;
  }

  a[name="acceptsale"] {
    margin-top: 10px;
  }

  .btn-floats a {
    left: 33px !important;
  }

  div .btn-floats {
    height: 100px !important;
    margin-top: 10px;
  }

  .post-sale-body .pricebox {
    line-height: 20px;
  }

  body.fr .btn-floats a[name="refusesale"] {
    position: absolute;
    float: left;
    margin-top: 12px;
  }

  .Statement-Example h3 {
    margin: 0;
  }

  div.simplemodal-container .right {
    margin-top: 10px;
  }
}

@media (max-width: 530px) {
  .btn-wrap {
    gap: 20px;
    padding: 20px;
  }

  .loadingPanelControlImg.HideWebBadPanel {
    max-width: 90%;
  }

  .right a[name="acceptsale"] {
    position: static !important;
    width: 100%;
    text-align: center !important;
    box-sizing: border-box;
    height: auto;
  }

  .right a[name="refusesale"] {
    position: static !important;
    width: 100%;
    text-align: center !important;
    box-sizing: border-box;
  }

  .btn-floats .right {
    float: left;
  }
}

@media (max-width: 480px) {
  .post-x-sell-dialog-content .col-onethird {
    display: none;
  }

  .btn-floats a.buynow_de {
    width: auto;
  }

  p.subscription {
    width: auto;
  }

  .content-wr {
    padding: 35px 15px 16px;
  }

  .Postsale-product h2 {
    margin-bottom: 5px;
  }

  .Postsale-content .postsale-image {
    flex-basis: 80px;
    height: 80px;
  }

  .Postsale-content .postsale-image:before {
    width: 80px;
    height: 80px;
  }

  .Postsale-product p {
    font-size: 13px;
  }

  li.list-item {
    font-size: 12px;
    padding-bottom: 5px;
  }

  div.post-x-sell-dialog .ShoppingCart-Item-ProductDescription-Details {
    font-size: 13px;
  }

  .Postsale-content {
    padding-top: 5px;
  }

  .post-x-sell-dialog-content .green {
    font-size: 14px;
  }

  .btn-wrap {
    padding: 15px;
    gap: 5px;
  }

  div.accept a[name="acceptsale"] {
    font-size: 15px !important;
    padding: 15px;
  }

  div.refuse a[name="refusesale"] {
    font-size: 13px;
  }
}

@media (max-width: 459px) {
  .right a[name="acceptsale"] {
    margin-top: 50px;
  }

  .loadingPanelControlImg.HideWebBadPanel {
    max-width: 90%;
  }
}

@media (max-width: 426px) {
  .postTermContent {
    height: 350px;
  }

  p.subscription {
    float: none;
  }

  .white_content .tollfree strong {
    font-size: 12px;
  }

  div.btn-floats .tip {
    margin-top: -37px !important;
  }

  div.btn-floats a {
    text-align: left !important;
  }

  .post-sale-body .col-full h2 {
    font-size: 1.5em;
  }

  .col-onethird {
    padding-top: 5px;
  }

  .col-twothirds {
    padding-top: 5px;
  }

  div.post-sale-body .pricebox {
    padding: 15px 5px 10px;
  }

  .col-onethird.left img {
    width: 35%;
  }

  div.btn-floats {
    padding: 5px 20px 46px !important;
  }

  .Postsale-Footer-Accept a[name="acceptsale"] {
    font-size: 12px !important;
  }

  .monthlyprice {
    margin-top: 20px;
  }
}

@media (max-width: 321px) {

  .manually .typ-yes,
  .manually .typ-no {
    padding: 5px;
    font-weight: 100;
    font-size: 11px;
  }

  .Postsale-Footer-Accept,
  .Postsale-Footer-Decline {
    width: 100%;
  }

  body.de .btn-floats a {
    box-sizing: border-box;
  }

  .manually .typ-yes,
  .manually .typ-no {
    padding: 5px;
    font-weight: 100;
    font-size: 11px;
  }

  .Postsale-Footer-Accept,
  .Postsale-Footer-Decline {
    width: 100%;
  }
}